From 633ff16fcaec62e4d50dcdfdd0aa4df3eacd8853 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 6 Mar 2001 23:54:13 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4f3b3a34bd..82ac48af3d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,17 @@ 2001-03-06 Stefan Monnier + * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode. + + * which-func.el (which-func-modes): Add cperl-mode. + (which-func-mode-global): Use define-minor-mode. + + * info-look.el: Docstring fixes and dead code eliminated. + (cperl-mode): Add support. + (emacs-lisp-mode): List all entries from elisp manual, whether + or not they are currently (f)bound or not. Update regexp. + + * add-log.el (add-log-current-defun): Accept `cperl-mode' as well. + * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode so that C-h m shows the correct information. Use make-local-variable rather than make-variable-buffer-local. -- 2.30.2